- pure functions
- функции без побочного эффекта
English-Russian dictionary of computer science. 2015.
English-Russian dictionary of computer science. 2015.
Pure function — In computer programming, a function may be described as pure if both these statements about the function hold: # The function always evaluates the same result value given the same argument value(s). The function result value cannot depend on any… … Wikipedia
Pure Data — (or Pd) is a graphical programming language developed by Miller Puckette in the 1990s for the creation of interactive computer music and multimedia works. Though Puckette is the primary author of the software, Pd is an open source project and has … Wikipedia
Pure sociology — is a controversial but revolutionary fact|date=July 2008 approach developed by Donald Black as an alternative to the individualistic focus of virtually all previous theories and paradigms in the discipline. Initially developed to explain… … Wikipedia
Pure mathematics — Broadly speaking, pure mathematics is mathematics motivated entirely for reasons other than application. It is distinguished by its rigour, abstraction and beauty. From the eighteenth century onwards, this was a recognized category of… … Wikipedia
Critique of Pure Reason — Part of a series on Immanuel … Wikipedia
A Course of Pure Mathematics — Cover of Third Revision 1921 A Course of Pure Mathematics (ISBN 0521720559) is a classic textbook in introductory mathematical analysis, written by G. H. Hardy. It is recommended for people studying calculus. First publish … Wikipedia
Thermodynamic databases for pure substances — Thermodynamic databases contain information about thermodynamic properties for substances, the most important being enthalpy, entropy, and Gibbs free energy. Numerical values of these thermodynamic properties are collected as tables or are… … Wikipedia
Special functions — are particular mathematical functions which have more or less established names and notations due to their importance for the mathematical analysis, functional analysis, physics and other applications.There is no general formal definition, but… … Wikipedia
Large deviations of Gaussian random functions — A random function ndash; of either one variable (a random process), or two or more variables(a random field) ndash; is called Gaussian if every finite dimensional distribution is a multivariate normal distribution. Gaussian random fields on the… … Wikipedia
Functional programming — In computer science, functional programming is a programming paradigm that treats computation as the evaluation of mathematical functions and avoids state and mutable data. It emphasizes the application of functions, in contrast with the… … Wikipedia
SystemVerilog DPI — (Direct Programming Interface) is an interface which can be used to interface SystemVerilog with foreign languages. These Foreign languages can be a C, C++, System C as well as others. DPI s consists of two layers: A SystemVerilog Layer and a… … Wikipedia